home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / metkit / setup.exe / EXAMPLES / CATRECV / STDAFX.H < prev    next >
C/C++ Source or Header  |  1997-06-08  |  618b  |  18 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4.  
  5. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  6.  
  7. #include <afxwin.h>         // MFC core and standard components
  8. #include <afxext.h>         // MFC extensions
  9. #ifndef _AFX_NO_AFXCMN_SUPPORT
  10. #include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  11. #endif // _AFX_NO_AFXCMN_SUPPORT
  12.  
  13. #include <afxsock.h>        // MFC socket extensions
  14.  
  15. #include "m4kit.h"
  16.  
  17. // $Id: stdafx.h,v 1.2 1996/12/04 14:49:51 jcw Rel $
  18.